public class UIntPairVect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
UIntPairVect() |
|
UIntPairVect(long n) |
protected |
UIntPairVect(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(UIntPair x) |
long |
capacity() |
void |
clear() |
void |
delete() |
boolean |
equals(UIntPairVect o) |
protected void |
finalize() |
UIntPair |
get(int i) |
protected static long |
getCPtr(UIntPairVect obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
UIntPair val) |
long |
size() |
protected UIntPairVect(long cPtr, boolean cMemoryOwn)
public UIntPairVect()
public UIntPairVect(long n)
protected static long getCPtr(UIntPairVect obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(UIntPair x)
public UIntPair get(int i)
public void set(int i, UIntPair val)
public boolean equals(UIntPairVect o)